home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4224 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  868 b 

  1. Path: news.compuserve.com!newsmaster
  2. From: <artb@uc.mhs.compuserve.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Emailing to users from C
  5. Date: 2 Feb 1996 19:11:53 GMT
  6. Organization: CompuServe Incorporated
  7. Message-ID: <4etnlp$hhb@dub-news-svc-3.compuserve.com>
  8. NNTP-Posting-Host: dd62-151.compuserve.com
  9. Content-Type: text/plain
  10. Keywords: C
  11. Content-length: 466
  12. X-Newsreader: AIR Mosaic (16-bit) version 3.10.08.25
  13.  
  14.  
  15.  I am using C to send Email to users on a Netware network this way. I sent mail
  16. to myself and determined the format for the email file. I knew that if I simply
  17. put a file of this format in the Email spool directory my viewer would see it
  18. like any other message. My program takes as arguments the user name to
  19. email to, the time and date, the subject and the body of the message and
  20. creates the email file directly in the directory.
  21.  
  22. artb@uc.mhs.compuserve.com
  23.